home *** CD-ROM | disk | FTP | other *** search
- object FormSelectProp: TFormSelectProp
- Left = 206
- Top = 114
- BorderStyle = bsDialog
- Caption = 'Select Properties'
- ClientHeight = 248
- ClientWidth = 310
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 12
- Top = 10
- Width = 33
- Height = 13
- Caption = 'Name'
- end
- object Label2: TLabel
- Left = 108
- Top = 10
- Width = 25
- Height = 13
- Caption = 'Size'
- end
- object Label3: TLabel
- Left = 12
- Top = 56
- Width = 180
- Height = 13
- Caption = 'Enter items below, one per line.'
- end
- object Memo1: TMemo
- Left = 12
- Top = 72
- Width = 287
- Height = 131
- TabOrder = 3
- end
- object BitBtn1: TBitBtn
- Left = 76
- Top = 214
- Width = 75
- Height = 25
- TabOrder = 4
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 160
- Top = 214
- Width = 75
- Height = 25
- TabOrder = 5
- Kind = bkCancel
- end
- object NameEdit: TEdit
- Left = 12
- Top = 26
- Width = 77
- Height = 20
- TabOrder = 0
- end
- object MultipleCheck: TCheckBox
- Left = 180
- Top = 28
- Width = 115
- Height = 17
- Caption = 'Multiple Select'
- TabOrder = 2
- end
- object SizeEdit: TEdit
- Left = 108
- Top = 26
- Width = 53
- Height = 20
- TabOrder = 1
- end
- end
-